home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 2
/
Amiga Tools 2.iso
/
dfue
/
elcheapofax
/
faxcmd
/
libfax
/
rcs
/
makefile,v
< prev
next >
Wrap
Text File
|
1995-03-09
|
2KB
|
138 lines
head 1.5;
access;
symbols
OCT93:1.5;
locks;
comment @# @;
1.5
date 93.10.25.02.20.15; author Rhialto; state Exp;
branches;
next 1.4;
1.4
date 93.09.18.20.16.23; author Rhialto; state Exp;
branches;
next 1.3;
1.3
date 93.07.13.05.41.27; author Rhialto; state Exp;
branches;
next 1.2;
1.2
date 93.06.11.16.15.25; author Rhialto; state Exp;
branches;
next 1.1;
1.1
date 93.06.11.15.19.27; author Rhialto; state Exp;
branches;
next ;
desc
@The Makefile for the /faxcmd/libfax directory
@
1.5
log
@Ci works again correctly
@
text
@####
#
# Makefile for gnu-fax 3.2.1 libfax directory, using DICE
LIBNAME= fax.lib
CFLAGS=-proto -r
#CFLAGS=
#CC=sc DEBUG=FF
#.c.o:
# $(CC) $< TO $@@ $(CFLAGS)
SRCS = gen.c msgs.c response.c send.c swap.c tty.c \
recv.c log.c
OBJS = gen.o msgs.o response.o send.o swap.o tty.o \
recv.o log.o
$(LIBNAME): $(OBJS)
join $(OBJS) as $(LIBNAME)
ci:
ci -u RCS/*,v
# DO NOT DELETE THIS LINE - important for making dependencies!
#|.c|$/.o|
#|.h|
# From this line on, everything has been created by MakeDepend.
# Anything you add yourself will be deleted automagically.
msgs.o: msgs.h c2proto.h msgs.c
swap.o: swap.h c2proto.h swap.c log.h
gen.o: tty.h gen.h write.h read.h response.h c2proto.h log.h gen.c
log.o: log.h c2proto.h log.c
recv.o: gen.h recv.h tty.h write.h read.h swap.h response.h c2proto.h log.h recv.c
send.o: gen.h send.h tty.h write.h read.h swap.h response.h c2proto.h log.h send.c
response.o: response.h read.h c2proto.h log.h response.c
tty.o: read.h write.h tty.h log.h c2proto.h tty.c
@
1.4
log
@Unconditional prototypes.
@
text
@d22 1
a22 2
ci RCS/*,v
co -u RCS/*,v
a29 6
log.o: log.h log.c
recv.o: recv.h tty.h write.h read.h swap.h response.h c2proto.h log.h recv.c
tty.o: read.h write.h tty.h log.h tty.c
response.o: response.h read.h c2proto.h log.h response.c
swap.o: swap.h c2proto.h swap.c
send.o: send.h tty.h write.h read.h swap.h response.h c2proto.h log.h send.c
d31 1
d33 5
@
1.3
log
@Due to ci -u bug (when file unchanged), change into ci/co -u.
@
text
@d6 1
a6 1
CFLAGS=-D_PROTO -proto -r
d8 1
a8 1
#CFLAGS=DEFINE=_PROTO
@
1.2
log
@First real RCS checkin
@
text
@d22 2
a23 1
ci -u RCS/*,v
@
1.1
log
@Initial revision
@
text
@d21 3
@